Q3View_GetFillStyleState
You can use theQ3View_GetFillStyleState
function to get the current fill style of a view.
TQ3Status Q3View_GetFillStyleState ( TQ3ViewObject view, TQ3FillStyle *fillStyle);
view
- A view.
fillStyle
- On exit, the current fill style of the specified view.
DESCRIPTION
TheQ3View_GetFillStyleState
function returns, in thefillStyle
parameter, the current fill style of the view specified by theview
parameter.